home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2002 November / CD 1 / APC0211D1.ISO / workshop / prog / files / ActivePerl-5.6.1.633-MSWin32.msi / _f2de108fd0be26572e6777ae947f06b7 < prev    next >
Encoding:
Text File  |  2002-05-01  |  840 b   |  45 lines

  1. package Bundle::LWP;
  2.  
  3. $VERSION = sprintf("%d.%02d", q$Revision: 1.9 $ =~ /(\d+)\.(\d+)/);
  4.  
  5. 1;
  6.  
  7. __END__
  8.  
  9. =head1 NAME
  10.  
  11. Bundle::LWP - A bundle to install all libwww-perl related modules
  12.  
  13. =head1 SYNOPSIS
  14.  
  15.  perl -MCPAN -e 'install Bundle::LWP'
  16.  
  17. =head1 CONTENTS
  18.  
  19. MIME::Base64       - Used in authentication headers
  20.  
  21. Digest::MD5        - Needed to do Digest authentication
  22.  
  23. URI 1.10           - There are URIs everywhere
  24.  
  25. Net::FTP 2.58      - If you want ftp://-support
  26.  
  27. HTML::Tagset       - Needed by HTML::Parser
  28.  
  29. HTML::Parser       - Need by HTML::HeadParser
  30.  
  31. HTML::HeadParser   - To get the correct $res->base
  32.  
  33. LWP                - The reason why you need the modules above
  34.  
  35. =head1 DESCRIPTION
  36.  
  37. This bundle defines all reqreq modules for libwww-perl.
  38.  
  39.  
  40. =head1 AUTHOR
  41.  
  42. Gisle Aas <gisle@aas.no>
  43.  
  44. =cut
  45.